a:hover {
  color: #154293 !important;
}

.margin-bottom-10 {
  margin-bottom: .1rem;
}

.margin-bottom-15 {
  margin-bottom: .15rem;
}

.margin-bottom-20 {
  margin-bottom: .2rem;
}

.margin-bottom-30 {
  margin-bottom: .3rem;
}

.margin-bottom-40 {
  margin-bottom: .4rem;
}

.margin-bottom-50 {
  margin-bottom: .5rem;
}

.margin-bottom-60 {
  margin-bottom: .6rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .margin-bottom-60 {
    margin-bottom: .36rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .margin-bottom-60 {
    margin-bottom: .36rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .margin-bottom-60 {
    margin-bottom: .36rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .margin-bottom-60 {
    margin-bottom: .36rem;
  }
}

.padding-top-20 {
  padding-top: .2rem;
}

.padding-top-30 {
  padding-top: .3rem;
}

.padding-top-60 {
  padding-top: .6rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .padding-top-60 {
    padding-top: .36rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .padding-top-60 {
    padding-top: .36rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .padding-top-60 {
    padding-top: .36rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .padding-top-60 {
    padding-top: .36rem;
  }
}

.padding-bottom-60 {
  padding-bottom: .6rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .padding-bottom-60 {
    padding-bottom: .36rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .padding-bottom-60 {
    padding-bottom: .36rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .padding-bottom-60 {
    padding-bottom: .36rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .padding-bottom-60 {
    padding-bottom: .36rem;
  }
}

.zjhz-subject-centre {
  margin: 0 auto;
}

.center-width {
  width: 15.6rem;
  max-width: 94%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .center-width {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .center-width {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .center-width {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .center-width {
    width: 100%;
    max-width: 100%;
  }
}

html {
  font-size: 100px;
}

body {
  overflow-x: hidden;
}

img {
  display: block;
  width: 100%;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@keyframes play {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes linemove {
  to {
    stroke-dashoffset: 100;
  }
}

.small-module-title {
  font-size: 0.26rem;
  color: #333333;
  font-weight: 700;
  line-height: 0.38rem;
  padding: 0 0 .2rem 0;
}

@media (max-width: 1199px) {
  .small-module-title {
    font-size: 0.32rem;
  }
}

.small-module-title a {
  font-weight: 700;
  color: #333333;
}

.module-title {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 9;
}

.module-title .module-title-left {
  padding-top: .2828rem;
  background: url(moduletitle.png) no-repeat center top;
  background-size: 1.24rem auto !important;
  position: relative;
}

.module-title .module-title-left .img-title {
  width: auto;
  height: .6rem;
}

.module-title .module-title-left .title {
  font-size: 0.32rem;
  color: #154293;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 9;
}

@media (min-width: 320px) and (max-width: 480px) {
  .module-title .module-title-left .title {
    font-size: 0.36rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .module-title .module-title-left .title {
    font-size: 0.36rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .module-title .module-title-left .title {
    font-size: 0.36rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .module-title .module-title-left .title {
    font-size: 0.36rem;
  }
}

.module-title .module-title-left .translate {
  position: absolute;
  font-size: 0.26rem;
  color: #EAEAEA;
  font-weight: 700;
  font-family: "Source Han Serif";
  display: block;
  position: relative;
  padding-left: .38rem;
  top: -.16rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .module-title .module-title-left .translate {
    font-size: 0.3rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .module-title .module-title-left .translate {
    font-size: 0.3rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .module-title .module-title-left .translate {
    font-size: 0.3rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .module-title .module-title-left .translate {
    font-size: 0.3rem;
  }
}

.module-title .module-title-left .translate::before {
  position: absolute;
  content: ' ';
  width: .3rem;
  height: .02rem;
  left: 0;
  bottom: .05rem;
  background-color: #154293;
}

@media (min-width: 320px) and (max-width: 480px) {
  .module-title .module-title-left .translate::before {
    width: .6rem;
    height: .04rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .module-title .module-title-left .translate::before {
    width: .6rem;
    height: .04rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .module-title .module-title-left .translate::before {
    width: .6rem;
    height: .04rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .module-title .module-title-left .translate::before {
    width: .6rem;
    height: .04rem;
  }
}

.module-title .module-title-left .auxiliary {
  width: auto;
  height: .6rem;
  position: absolute;
  right: 0;
  top: 0;
}

.module-title .module-title-left.pilotage {
  background: url(pilotage-bg.png) no-repeat center top;
  background-size: 2.12rem auto !important;
  padding-top: .6rem;
}

.module-title .module-title-left.explore {
  padding-right: .9rem;
}

.module-title .module-title-more {
  margin-left: auto;
  margin-top: .05rem;
}

.module-title .module-title-more a {
  line-height: 0.34rem;
  padding: .03rem 0 .03rem .5rem;
  font-size: 0.16rem;
  color: #154293;
  display: block;
  background: url(more.png) no-repeat center left;
  background-size: .4rem .34rem !important;
  font-weight: 700;
}

.module-title.reverse .module-title-left {
  background: url(reversemoduletitle.png) no-repeat center top;
}

.module-title.reverse .module-title-left .translate {
  color: rgba(255, 255, 255, 0.4);
}

.module-title.reverse .module-title-left .translate::before {
  background-color: rgba(255, 255, 255, 0.4);
}

.sw-button-next,
.sw-button-prev {
  width: .81rem;
  height: .38rem;
  position: absolute;
  width: .81rem;
  height: .38rem;
  top: 50%;
  transform: translateY(-82%);
  cursor: pointer;
  z-index: 1;
}

.sw-button-next {
  right: 0;
  background: url(writer_fourthly2.png) no-repeat;
  background-size: auto 100%;
}

.sw-button-prev {
  left: 0;
  background: url(writer_fourthly1.png) no-repeat;
  background-size: auto 100%;
}

.newbook-button-next {
  right: -35px!important;
}

.newbook-button-prev {
  left: -35px!important;
}

.zjhz-header {
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-header {
    padding-top: 0.75rem;
  }
}

.zjhz-header .zjhz-header-top {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  background: linear-gradient(180deg, #000 0%, transparent 100%);
}

.zjhz-header .zjhz-header-top.fixed {
  position: fixed;
  width: 100%;
  background: #154293;
  padding-top: 0;
  line-height: .8rem;
  z-index: 999;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-serve {
  display: none;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav {
  width: calc( 100% - 1rem);
  padding: 0 !important;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav .logo img {
  height: .8rem;
  width: auto;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav .zjhz-header-nav {
  margin-top: 0;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav .zjhz-header-nav ul li a::after {
  display: none;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav .zjhz-header-nav ul li a:hover {
  color: #ffffff !important;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav .zjhz-header-nav ul li .nav-item a::after {
  display: none;
}

.zjhz-header .zjhz-header-top.fixed .zjhz-header-logoandnav .zjhz-header-nav ul li .zjhz-header-nav-child {
  display: none;
}

.zjhz-header .zjhz-header-bottom {
  position: relative;
  width: 3.02rem;
  margin: 0 auto;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
}

@media (max-width: 1199px) {
  .zjhz-header .zjhz-header-bottom {
    display: none !important;
  }
}

.zjhz-header .zjhz-header-bottom img {
  display: block;
  width: 100%;
}

.mobile_header_box {
  padding: 0 0 0 .15rem;
  height: 0.75rem;
  background-color: #154293;
  box-shadow: 0 3px 5px black;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1199px) {
  .mobile_header_box {
    display: block;
  }
}

.mobile_header_box .mobile_nav_btn {
  position: relative;
  width: 0.85rem;
  height: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  min-width: 0.85rem;
  margin-left: auto;
}

.mobile_header_box .mobile_nav_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6c390;
}

.mobile_header_box .mobile_nav_btn::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  border-right: #e6c390 7px solid;
  border-bottom: transparent 0.75rem solid;
}

#nav_btn_box.on {
  background: 0 0;
}

#nav_btn_box {
  position: relative;
  width: .85rem;
  height: .75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  min-width: .85rem;
}

#nav_btn_box:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #e6c390;
}

#nav_btn_box:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -6px;
  border-right: #e6c390 7px solid;
  border-bottom: transparent .75rem solid;
}

#nav_btn {
  cursor: pointer;
  text-align: center;
  z-index: 99999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  outline: none;
  box-shadow: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#nav_btn .point {
  display: inline-block;
  width: .34rem;
  height: 18px;
  position: relative;
  outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
  width: 100%;
}

#nav_btn .navbtn {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #fff;
  margin-top: -1px;
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  content: '';
  -webkit-transition: all .3s ease-out 0s;
  -moz-transition: all .3s ease-out 0s;
  -ms-transition: all .3s ease-out 0s;
  -o-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  background: #fff;
}

#nav_btn .navbtn::after {
  top: -8px;
}

#nav_btn .navbtn::before {
  top: 8px;
}

#nav_btn .point.on .navbtn {
  background: 0 0;
}

#nav_btn .point.on .navbtn::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
}

#nav_btn .point.on .navbtn::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}

.zjhz-home-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .zjhz-home-banner {
    height: 60vw;
  }
}

.zjhz-home-banner .homeBannerSwiper {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

@media (max-width: 1199px) {
  .zjhz-home-banner .homeBannerSwiper {
    position: static;
    height: 100%;
  }
}

.zjhz-home-banner .homeBannerSwiper .swiper-slide {
  text-align: center;
  font-size: 0.18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zjhz-home-banner .homeBannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.zjhz-home-banner .homeBannerSwiper .homeBanner-button-next,
.zjhz-home-banner .homeBannerSwiper .homeBanner-button-prev {
  position: absolute;
  width: 1.1rem;
  height: .45rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.zjhz-home-banner .homeBannerSwiper .homeBanner-button-prev {
  left: 1.31rem;
  background: url(homeBanner-prev.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1199px) {
  .zjhz-home-banner .homeBannerSwiper .homeBanner-button-prev {
    left: 0;
  }
}

.zjhz-home-banner .homeBannerSwiper .homeBanner-button-next {
  right: 1.31rem;
  background: url(homeBanner-next.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1199px) {
  .zjhz-home-banner .homeBannerSwiper .homeBanner-button-next {
    right: 0;
  }
}

.zjhz-subject {
  width: 100%;
  background-color: #ffffff;
  background-size: 100% auto;
  padding-bottom: .2rem;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject {
    padding: 0;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-headline {
    padding: .36rem .24rem 0;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-headline {
    padding: .36rem .24rem 0;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-headline {
    padding: .36rem .24rem 0;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-headline {
    padding: .36rem .24rem 0;
  }
}

.zjhz-subject .zjhz-headline .headline-substance .title {
  font-size: .36rem;
  font-weight: 700;
  color: #154293;
  text-align: center;
  line-height: 0.48rem;
}

.zjhz-subject .zjhz-headline .headline-substance .title a {
  color: #154293;
  font-weight: 700;
}

.zjhz-subject .zjhz-headline .headline-substance .digest {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #999;
  font-weight: 700;
  text-indent: 2em;
  border-top: .01rem dashed #CDCDCD;
  zoom: 1;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest {
    font-size: 0.26rem;
    line-height: 2;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest {
    font-size: 0.26rem;
    line-height: 2;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest {
    font-size: 0.26rem;
    line-height: 2;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest {
    font-size: 0.26rem;
    line-height: 2;
  }
}

.zjhz-subject .zjhz-headline .headline-substance .digest span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zjhz-subject .zjhz-headline .headline-substance .digest::after {
  content: "020";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}

.zjhz-subject .zjhz-headline .headline-substance .digest .more {
  color: #154293;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest .more {
    float: right;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest .more {
    float: right;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest .more {
    float: right;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-headline .headline-substance .digest .more {
    float: right;
  }
}

.zjhz-subject .zjhz-headline .headline-substance .headline-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: center;
}

.zjhz-subject .zjhz-headline .headline-substance .headline-list li {
  line-height: 0.22rem;
  margin: 0 .25rem;
  color: #333333;
  font-weight: 700;
  font-size: 0.18rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li {
    font-size: 0.3rem;
    line-height: 0.42rem;
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li {
    font-size: 0.3rem;
    line-height: 0.42rem;
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li {
    font-size: 0.3rem;
    line-height: 0.42rem;
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li {
    font-size: 0.3rem;
    line-height: 0.42rem;
    width: 100%;
  }
}

.zjhz-subject .zjhz-headline .headline-substance .headline-list li .title {
  display: block;
  padding-left: .16rem;
  position: relative;
  font-size: 0.18rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    text-align: left;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    text-align: left;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    text-align: left;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    text-align: left;
  }
}

.zjhz-subject .zjhz-headline .headline-substance .headline-list li .title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: .04rem;
  height: .04rem;
  background-color: #154293;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title::before {
    width: .06rem;
    height: .06rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title::before {
    width: .06rem;
    height: .06rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title::before {
    width: .06rem;
    height: .06rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-headline .headline-substance .headline-list li .title::before {
    width: .06rem;
    height: .06rem;
  }
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block {
    width: 100%;
    padding: 0 .24rem;
    margin-bottom: .24rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left {
  width: 10.6rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left {
    margin-bottom: .36rem;
    width: 100%;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel {
  width: 100%;
  height: 5.62rem;
  overflow: hidden;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel {
    height: 4.4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel {
    height: 6.4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel {
    height: 7.82rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel {
    height: 9rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide {
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide img {
    object-fit: cover;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide:hover img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide:hover .cooperativeMessage .time,
.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide:hover .cooperativeMessage .title,
.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide:hover .cooperativeMessage hr,
.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .swiper-slide:hover .cooperativeMessage .digest {
  transform: translateY(-0.1rem);
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel a,
.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 .3rem .2rem .3rem;
  color: #ffffff;
  font-weight: 700;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .time {
  font-size: 0.18rem;
  line-height: 0.24rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .time {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .time {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .time {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .time {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .title {
  font-size: 0.22rem;
  line-height: 0.3rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage hr {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .digest {
  font-size: 0.16rem;
  line-height: 0.3rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .digest {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .digest {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .digest {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeMessage .digest {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeInformationSwiper {
  position: relative;
  height: 100%;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeInformationSwiper .cooperativeInformation-button-next,
.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeInformationSwiper .cooperativeInformation-button-prev {
  width: .17rem;
  height: .35rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeInformationSwiper .cooperativeInformation-button-next {
  background: url("writer_next.png") no-repeat;
  background-size: cover;
  right: .3rem;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-block-carousel .cooperativeInformationSwiper .cooperativeInformation-button-prev {
  background: url("writer_prev.png") no-repeat;
  background-size: cover;
  left: .3rem;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left {
    margin-top: .24rem;
    margin-bottom: .24rem;
    width: 100%;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li {
  width: 3.3rem;
  position: relative;
  margin-right: .3rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li {
    width: 47.7%;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a {
  display: block;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail {
  overflow: hidden;
  width: 100%;
  height: 1.85rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail {
    height: 2.5rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail {
    height: 3rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail {
    height: 4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail {
    height: 5rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .thumbnail img {
    object-fit: cover;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title {
  color: #333333;
  font-size: 0.16rem;
  line-height: 0.32rem;
  font-weight: 700;
  padding: 0 .09rem 0 .18rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title::before {
  position: absolute;
  left: 0;
  top: .05rem;
  display: block;
  content: ' ';
  width: .02rem;
  height: .2rem;
  background-color: #154293;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title::before {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title::before {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title::before {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .title::before {
    width: .04rem;
    height: .4rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .time {
  width: .8rem;
  height: .8rem;
  background-color: #E4C778;
  position: absolute;
  left: .3rem;
  top: -.32rem;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .time {
    font-size: .24rem;
    width: .9rem;
    height: .9rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .time span {
  display: block;
  width: 100%;
  text-align: center;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li a .time span.day {
  font-size: 0.26rem;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:hover img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:hover .title {
  color: #154293;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:nth-child(2) {
  transform: translateY(0.3rem);
  margin-right: 0;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:nth-child(2) {
    transform: translateY(0);
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:nth-child(2) {
    transform: translateY(0);
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:nth-child(2) {
    transform: translateY(0);
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-left li:nth-child(2) {
    transform: translateY(0);
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right {
  width: calc( 100% - 7.2rem);
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right {
    width: 100%;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a {
  border-bottom: #dedede 1px solid;
  padding: .2rem 0;
  display: block;
  position: relative;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a h5 {
  position: relative;
  padding-left: .18rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a h5::before {
  position: absolute;
  left: 0;
  top: .05rem;
  display: block;
  content: ' ';
  width: .02rem;
  height: .2rem;
  background-color: #154293;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a h5::before {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a h5::before {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a h5::before {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a h5::before {
    width: .04rem;
    height: .4rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #154293;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a:hover::after {
  width: 100%;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li a:hover h5 {
  color: #154293;
  transform: translateY(0.05rem);
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-left .zjhz-first-imagetext-list .zjhz-first-imagetext-right li:first-child a {
  padding-top: 0;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right {
  width: calc( 100% - 11.2rem);
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right {
    width: 100%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right {
    width: 100%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right {
    width: 100%;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right {
    width: 100%;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .module-title {
  position: relative;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .module-title .module-title-more {
  position: absolute;
  right: 0;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li {
  width: 100%;
  position: relative;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail {
  position: relative;
  overflow: hidden;
  height: 2.47rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail {
    height: 4.4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail {
    height: 6.4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail {
    height: 7.82rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail {
    height: 9rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail img {
  height: 100%;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail img {
    object-fit: cover;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail .title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: absolute;
  padding: 0 .2rem .2rem;
  left: 0;
  bottom: 0;
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.32rem;
  background: linear-gradient(180deg, transparent 0%, #000 100%);
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .thumbnail .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .text {
  padding: .2rem 0;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .text .time {
  color: #154293;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.22rem;
  margin-bottom: .1rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .text .time {
    font-size: 0.26rem;
    line-height: 0.36rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .text .title {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .text .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li .text .title span:first-child {
  display: block;
  max-width: 65%;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li:hover .text .title {
  color: #154293;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li:not(:first-child) {
  border-top: 1px dashed #eeeeee;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li:hover::after {
  width: 100%;
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li:hover .text {
  transform: translateY(0.05rem);
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li:hover .thumbnail img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #154293;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 1;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list:last-child {
    height: auto;
  }
}

.zjhz-subject .zjhz-first-block .zjhz-first-block-right .zjhz-graphic-list:last-child::after {
  display: none;
}

.zjhz-subject .zjhz-first-block .zjhz-subject-centre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-second-block {
  width: 100%;
  min-height: 8.39rem;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block {
    min-height: 5.66rem;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-end;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-bg {
    position: static;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-bg .zjhz-second-bg-left {
  width: 32.2291%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-bg .zjhz-second-bg-left {
    width: 100%;
    position: static;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-bg .zjhz-second-bg-left img {
  display: block;
  width: 100%;
}

.zjhz-subject .zjhz-second-block .zjhz-second-bg .zjhz-second-bg-right {
  padding: .44rem 0 0 0;
  position: relative;
  z-index: 1;
  width: 71.875%;
  background: url(seawave_bg_new.jpg) no-repeat;
  background-position-y: bottom;
  background-size: 100% 100%;
  pointer-events: none;
}

.zjhz-subject .zjhz-second-block .zjhz-second-bg .zjhz-second-bg-right .son-bg {
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-bg .zjhz-second-bg-right {
    width: 100%;
    padding: 0;
    background-color: #3D61A2;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre {
  padding: .44rem 0 0 0;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-block-centre {
    background-color: #3D61A2;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre .zjhz-second-block-centre-left {
  width: 30.13%;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-block-centre .zjhz-second-block-centre-left {
    display: none;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre .zjhz-second-block-centre-left a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre .zjhz-second-block-centre-right {
  width: 68.87%;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-block-centre .zjhz-second-block-centre-right {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-block-centre {
    padding: .24rem .24rem;
  }
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre .module-title .title {
  color: #ffffff;
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre .module-title .translate::before {
  background-color: #ffffff;
}

.zjhz-subject .zjhz-second-block .zjhz-second-block-centre .module-title-more a {
  color: #154293;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-second-block .zjhz-second-block-centre .module-title-more a {
    color: #ffffff;
  }
  .zjhz-subject .zjhz-second-block .zjhz-second-block-centre .module-title-more a:hover {
    color: #ffffff !important;
  }
}

.zjhz-subject .zjhz-thirdly-block {
  width: 100%;
  background: url(thirdly-block-bg.png) no-repeat center top;
  background-size: cover;
  padding-bottom: 2rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block {
    padding: .36rem .24rem .36rem .24rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left {
  width: 7rem;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li {
  width: 50%;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li .thumbnail {
  width: 100%;
  height: 1.96rem;
  overflow: hidden;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li .text {
  color: #ffffff;
  position: relative;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li .text .title::after {
  background-color: #ffffff;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li .text::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0;
  background: #e6c390;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li .text {
  color: #333333;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li .text .title::after {
  background-color: #154293;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:nth-child(1) .text {
  color: #ffffff;
  background-color: #154293;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:nth-child(1) .text .digest {
  color: #ffffff;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:nth-child(2) {
  transform: translateY(-0.7rem);
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:hover img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:hover .text {
  color: #ffffff;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:hover .text .digest {
  color: #ffffff;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:hover .text::before {
  height: 100%;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject img {
  display: block;
  width: 100%;
  height: 100%;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: .2rem .2rem;
  background-color: #EDF0F8;
  color: #333333;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .title {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.32rem;
  padding-left: .18rem;
  position: relative;
  z-index: 1;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .title::after {
  position: absolute;
  left: 0;
  top: .05rem;
  display: block;
  content: ' ';
  width: .02rem;
  height: .2rem;
  background-color: #154293;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .title::after {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .title::after {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .title::after {
    width: .04rem;
    height: .4rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .title::after {
    width: .04rem;
    height: .4rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .digest {
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.28rem;
  color: #999999;
  margin: .1rem 0 .2rem;
  padding-left: .18rem;
  z-index: 1;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .text .time {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.32rem;
  padding-left: .18rem;
  z-index: 1;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-left ul li:nth-child(1) .text .title::after {
  background-color: #ffffff;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right {
  width: calc( 100% - 7.3rem);
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right .zjhz-thirdly-right-firstimg {
  border-bottom: 1px dashed #eeeeee;
  padding-bottom: .2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right .zjhz-thirdly-right-firstimg:hover img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right .zjhz-thirdly-right-firstimg .zjhz-thirdly-right-firstimg-left {
  width: 3.5rem;
  overflow: hidden;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right .zjhz-thirdly-right-firstimg .zjhz-thirdly-right-firstimg-right {
  width: calc( 100% - 3.8rem);
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right .zjhz-thirdly-right-firstimg .zjhz-thirdly-right-firstimg-right .text {
  background-color: transparent;
  color: #444444;
  padding: 0;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject .zjhz-thirdly-subject-right .zjhz-thirdly-right-firstimg .zjhz-thirdly-right-firstimg-right .text .digest {
  color: #444444;
  opacity: 0.7;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new {
  background-size: 100% auto;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left {
  width: 8rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left {
    width: 100%;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img {
  width: 100%;
  height: 4.5rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img {
    height: 4.4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img {
    height: 6.4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img {
    height: 7.82rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img {
    height: 9rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature {
  overflow: hidden;
  height: 4.5rem;
  position: relative;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature {
    height: 4.4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature {
    height: 6.4rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature {
    height: 7.82rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature {
    height: 9rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature a {
  display: block;
  height: 100%;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature .text{
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 11;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
  /* IE8Ã¦â€Â¯Ã¦Å’Â rgba */
  height: .5rem;
  font-size: .16rem;
  line-height: .5rem;
  display: block;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  padding-left: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature .text a:hover{
  color: #fff !important;
}
.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature .text a{
  line-height: .5rem;
  color: #fff;
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.networkLiterature .swiper-pagination {
  position: absolute;
  padding-right: .1rem;
  bottom: .15rem;
  left: auto;
  right: 0;
  width: auto;
  height: auto;
}
.networkLiterature .swiper-pagination .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  background: #fff;
}

.networkLiterature .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: .2rem;
  border-radius: .04rem;
}
.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-thirdly-module-img .network-literature a img {
  height: 100%;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline {
  padding-top: .2rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline {
    margin-bottom: .24rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .title {
  font-size: 0.18rem;
  line-height: 0.24rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .digest {
  font-size: 0.16rem;
  line-height: 0.32rem;
  border-top: none;
  border-bottom: .01rem dashed #CDCDCD;
  padding: 0px 0 .2rem 0;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .digest {
    font-size: 0.26rem;
    line-height: 2;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .headline-list {
  display: block;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .headline-list li {
  line-height: 0.36rem;
  display: flex;
  justify-content: flex-start;
  margin: 0;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .headline-list li {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .headline-list li .title {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  line-height: 0.36rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .headline-list li .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    width: 70%;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-left .zjhz-headline .headline-substance .headline-list li .time {
  margin-left: auto;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right {
  width: calc( 100% - 8.3rem);
  padding: .3rem 0 0 0;
  background-color: #ffffff;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right {
    width: 100%;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .small-module-title {
  margin: 0 .3rem;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li {
  padding: 0 .3rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li {
    padding: 0 .24rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: 0.16rem;
  color: #333333;
  font-weight: 700;
  overflow: hidden;
  padding: .2rem 0;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a {
    padding: .24rem 0;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-left {
  width: .8rem;
  height: .8rem;
  text-align: center;
  background-color: #154293;
  color: #ffffff;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-left {
    width: 1rem;
    height: 1rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-left .day {
  font-size: 0.26rem;
  line-height: 0.38rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-left .day {
    font-size: 0.28rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-left .yearday {
  line-height: 0.22rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-left .yearday {
    font-size: 0.24rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-right {
  width: calc( 100% - 0.8rem);
  padding-left: .2rem;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-right .title {
  line-height: 0.32rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li a .timeblock-right .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li:hover {
  background-color: #F0F4F9;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li:hover .timeblock-left {
  background-color: #6882B5;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new .zjhz-thirdly-subject-new-top .zjhz-thirdly-subject-new-right .zjhz-timeblock-list li:last-child a {
  border-bottom: 1px solid #DDDDDD;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom {
  width: 100%;
  background-color: #5C78AC;
  padding: .2rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom {
    padding: .24rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li {
  width: 33.33%;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li {
    width: 100%;
    margin-bottom: .15rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a {
  font-size: 0.16rem;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  height: 100%;
  align-items: center;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a {
    font-size: 0.3rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a .timeblock-left {
  padding-right: .2rem;
  border-right: 0.01rem solid #ffffff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a .timeblock-left .day {
  font-size: 0.26rem;
  line-height: 0.38rem;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a .timeblock-right {
  padding-left: .2rem;
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a .timeblock-right .title {
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a .timeblock-right .title {
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-thirdly-block .zjhz-thirdly-subject-new-bottom ul li a:hover {
  color: #ffffff !important;
}

.zjhz-subject .zjhz-fourthly-block {
  position: relative;
  z-index: 1;
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-bg {
  width: 100%;
  height: 4rem;
  position: absolute;
  left: 0;
  top: -1.29rem;
  z-index: -1;
  background: url(writer_fourthly6.png) no-repeat center top;
  background-size: 100% 100%;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-bg {
    background-size: cover;
    top: 0;
  }
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre {
    padding-top: 1rem;
  }
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .module-title {
  justify-content: center;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .module-title {
    margin-bottom: .24rem;
  }
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .module-title .title {
  color: #333333;
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special {
  position: relative;
  display: flex;
  justify-content: center;
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .specialSwiper {
  width: 13.26rem;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .specialSwiper {
    width: 80%;
  }
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .swiper-slide {
  height: 2rem;
  overflow: hidden;
  border-radius: .04rem;
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .swiper-slide:hover img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .special-button-next,
.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .special-button-prev {
  position: absolute;
  width: .81rem;
  height: .38rem;
  top: 50%;
  transform: translateY(-82%);
  cursor: pointer;
  z-index: 1;
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .special-button-prev {
  left: 0;
  background: url(writer_fourthly1.png) no-repeat;
  background-size: auto 100%;
}

.zjhz-subject .zjhz-fourthly-block .zjhz-fourthly-block-centre .special .special-button-next {
  right: 0;
  background: url(writer_fourthly2.png) no-repeat;
  background-size: auto 100%;
}

.zjhz-subject .zjhz-fifthandsixth {
  background: url(fifthandsixth-bg.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
  margin-top: -.97rem;
  padding-top: 1.9rem;
}

.zjhz-subject .zjhz-fifthandsixth::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, #f3fbff 0%, #fff 100%);
}

.zjhz-subject .zjhz-fifth-block {
  background: url(fifth-bg.png) no-repeat center;
  background-size: 100% auto;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block {
    padding: 0 .24rem;
  }
}

.zjhz-subject .zjhz-fifth-block .module-title {
  display: flex;
  justify-content: center;
}

.zjhz-subject .zjhz-fifth-block .module-title .title {
  color: #333333;
}

.zjhz-subject .zjhz-fifth-block .fifth-top-block-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 10.17rem;
  height: 1.5rem;
  position: relative;
  margin-bottom: .4375rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block .fifth-top-block-list {
    width: 100%;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper {
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide {
    padding: 0 .5rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide {
    padding: 0 .5rem;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  position: relative;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item {
    margin: 0 !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item {
    margin: 0 !important;
    width: 1.7rem;
    height: 1.7rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item {
    margin: 0 !important;
    width: 1.9rem;
    height: 1.9rem;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .item-name {
  color: #333333;
  font-size: 0.2rem;
  margin-bottom: .05rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .number {
  color: #C65F36;
  font-size: 0.35rem;
  font-weight: 400;
  margin-top: .05rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .item-icon {
  width: 70%;
  height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .item-icon svg {
  width: 100%;
  height: 100%;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:hover {
  background-color: #154293;
  border-color: transparent;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:hover .item-name {
  color: #ffffff;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:hover .number {
  color: #FEE98F;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:hover .item-icon svg path {
  fill: #FFFFFF;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(even) {
  margin-top: 2.85rem;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(even) {
    margin-top: 25%;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(even) .line {
  top: 0;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(even) .line::after {
  top: -0.14rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  display: block;
  width: .01rem;
  height: .2rem;
  background-color: #eee;
  border-style: solid;
  border-color: #BABCBE;
  border-width: .01rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .line {
    display: none;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item .line::after {
  content: '';
  display: block;
  width: .28rem;
  height: .28rem;
  background: url(elliptic.png) no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.14rem;
  background-size: 100% 100%;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: #98BBDA 1px dashed;
  -webkit-animation: play 25s linear infinite;
  -moz-animation: play 25s linear infinite;
  animation: play 25s linear infinite;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(1) .line {
  height: .38rem;
  bottom: -.38rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(2) .line {
  height: .2rem;
  top: -0.2rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(3) .line {
  height: 0.5rem;
  bottom: -0.5rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(4) .line {
  height: .2rem;
  top: -0.2rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide .swiper-slide-item:nth-child(5) .line {
  height: 0.75rem;
  bottom: -0.75rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 {
  justify-content: center;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(2) {
  margin: 0 2rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(2) .line {
  top: auto;
  height: 0.5rem;
  bottom: -0.5rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(1), .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(3) {
  margin-top: 2.85rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(1) .line, .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(3) .line {
  top: -0.22rem;
  height: .22rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(1) .line::after, .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .swiper-slide.swiper-slide2 .swiper-slide-item:nth-child(3) .line::after {
  top: -.14rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .fifthData-button-next,
.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .fifthData-button-prev {
  position: absolute;
  bottom: 10%;
  width: .81rem;
  height: .38rem;
  cursor: pointer;
  z-index: 99999;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .fifthData-button-next,
  .zjhz-subject .zjhz-fifth-block .fifth-data-swiper .fifthData-button-prev {
    bottom: 50%;
    transform: translateY(50%);
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .fifthData-button-prev {
  left: 0;
  background: url(writer_fifth3.png) no-repeat;
  background-size: auto 100%;
}

.zjhz-subject .zjhz-fifth-block .fifth-data-swiper .fifthData-button-next {
  right: 0;
  background: url(writer_fifth4.png) no-repeat;
  background-size: auto 100%;
}

.zjhz-subject .zjhz-fifth-block .fifth-bottom-block-list {
  position: relative;
  width: 16.28rem;
  height: 2.2rem;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block .fifth-bottom-block-list {
    width: 100%;
    height: 6.2rem;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-bottom-block-list .data-tag-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.zjhz-subject .zjhz-fifth-block .data-tag-placeholder {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.zjhz-subject .zjhz-fifth-block .data-tag {
  overflow: hidden;
}

.zjhz-subject .zjhz-fifth-block .data-tag.swiper-slide li:first-child {
  margin-left: 1.3rem;
}

.zjhz-subject .zjhz-fifth-block .data-tag li {
  border-radius: .25rem;
  line-height: .5rem;
  width: auto;
  float: left;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.7);
  /* margin-right: 1.90rem;
  margin-left: .79rem; */
  margin-right: 1rem;
  margin-left: 1.69rem;
  margin-bottom: .24rem;
}

.zjhz-subject .zjhz-fifth-block .data-tag li a {
  display: block;
  padding: 0 .2rem;
  color: inherit;
  -moz-transition: all .6s ease-in-out;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  -ms-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  font-size: 0.2rem;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block .data-tag li a {
    font-size: 0.24rem;
  }
}

.zjhz-subject .zjhz-fifth-block .data-tag li a img {
  height: .5rem;
}

.zjhz-subject .zjhz-fifth-block .data-tag li a::after {
  position: absolute;
  top: 0;
  left: -0.43rem;
  content: '';
  display: block;
  width: .79rem;
  height: .52rem;
  background: url(boat.png) no-repeat left bottom;
  background-size: cover;
}

.zjhz-subject .zjhz-fifth-block .fifthDataSwiper-box {
  position: relative;
  width: 100%;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-fifth-block .fifthDataSwiper-box {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-fifth-block .fifthDataSwiper-box {
    width: 90%;
    margin: 0 auto;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-fifth-block .fifthDataSwiper-box {
    width: 90%;
    margin: 0 auto;
  }
}

.zjhz-subject .zjhz-fifth-block .fifth-line-bg {
  position: absolute;
  width: 100%;
  height: .48rem;
  left: 0;
  top: 2.28rem;
}

.zjhz-subject .zjhz-fifth-block .fifth-line-bg path {
  stroke-dasharray: 4, 2;
  animation: linemove 6s linear infinite;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-fifth-block .fifth-line-bg {
    display: none;
  }
}

.zjhz-subject .zjhz-sixth-block {
  background: url(sixthbg-new.png) no-repeat center;
  background-size: 100% 100%;
  padding-bottom: .6rem;
  padding-top: .6rem;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre {
  overflow: hidden;
  width: 17rem;
  position: relative;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-box {
  overflow: hidden;
  width: 15.6rem;
  margin: 0 auto;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-box .swiper {
  overflow: visible;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-box {
    width: 85%;
  }
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .module-title {
  justify-content: center;
  z-index: 0;
  margin-bottom: .6rem;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .module-title .title {
  color: #ffffff;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .thumbnail {
  height: 3.47rem;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .thumbnail {
    height: 5.47rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .thumbnail {
    height: 3.47rem;
  }
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .thumbnail {
    height: 3.47rem;
  }
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .thumbnail img {
  height: 100%;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text {
  height: 2.92rem;
  padding: .64rem .3rem .3rem;
  display: flex;
  flex-direction: column;
  color: #ffffff;
  border: 0.01rem solid rgba(255, 255, 255, 0.1);
  border-top: none;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text {
    height: 4rem;
  }
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text {
    padding: .24rem;
  }
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text .title {
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 0.28rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text .title {
    font-size: 0.3rem;
    line-height: 0.42rem;
    margin-bottom: .2rem;
  }
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text .introduce {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.34rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text .introduce {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-bottom: .2rem;
  }
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text hr {
  background-color: #ffffff;
  opacity: 0.2;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text .details {
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.3rem;
  opacity: 0.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide .text .details {
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide:nth-child(odd) .text {
  background-color: rgba(40, 85, 170, 0.1);
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide:nth-child(even) .text {
  background-color: rgba(30, 39, 57, 0.3);
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide:hover {
  transform: scale(1.16) translate(0px, -0.44rem);
  z-index: 9;
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide.swiper-slide-active:hover {
  transform: scale(1.16) translate(0.25rem, -0.44rem);
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .swiper-slide.swiper-slide-duplicate-prev:hover {
  transform: scale(1.16) translate(-0.25rem, -0.44rem);
}

.zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .sw-button-next, .zjhz-subject .zjhz-sixth-block .zjhz-sixth-block-centre .sw-button-prev {
  transform: translateY(-50%);
}

.zjhz-subject .zjhz-seven-block {
  background: url(sevenbg.png) no-repeat center bottom;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block {
    padding: 0 .24rem .36rem;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left {
  width: 7.65rem;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left {
    margin-bottom: .36rem;
    width: 100%;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details {
  width: 100%;
  height: 5.45rem;
  position: absolute;
  left: 0;
  top: -0.65rem;
  background: url(writer_seven10newnew-jx.png) no-repeat;
  background-size: 100% auto;
  padding: 1.2rem .6rem 0;
  color: #ffffff;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details {
    padding: .24rem .24rem .24rem;
    background: #4063A1;
    position: static;
    height: auto;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details .seventitle {
  font-size: 0.24rem;
  font-weight: 700;
  line-height: 0.38rem;
  margin-bottom: .3rem;
  display: flex;
  justify-content: center;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details .seventitle {
    font-size: 0.32rem;
    font-weight: 700;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details .seventitle span {
  display: block;
  background: url(wxg-icon.png) no-repeat left center;
  background-size: auto .35rem;
  padding-left: .46rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details .seventitle span {
    font-size: 0.32rem;
    font-weight: 700;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details .introduce {
  font-size: 0.18rem;
  font-weight: 700;
  line-height: 0.34rem;
  text-shadow: 0 0.03rem 0.06rem rgba(0, 0, 0, 0.3);
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-left .zjhz-seven-subject-left-details .introduce {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right {
  width: calc( 100% - 7.95rem);
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right {
    width: 100%;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li {
  width: calc( (100% - .3rem) /2);
  height: 1.5rem;
  margin-right: .3rem;
  margin-bottom: .3rem;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li:nth-child(1) {
  width: 100%;
  height: 3rem;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li:nth-child(1) {
    height: auto;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li:nth-child(1) img {
  height: 100%;
  object-fit: cover;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li:nth-child(3) {
  margin-right: 0;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a {
  display: block;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a .tag {
  position: absolute;
  font-size: 0.22rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.36rem;
  left: .2rem;
  top: .2rem;
  background: url(pentagon.png) no-repeat left center;
  padding-left: .52rem;
  z-index: 9;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a .tag {
    font-size: 0.3rem;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a:hover {
  color: #ffffff !important;
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a:hover img {
  transform: scale(1.1);
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a .icon {
  width: auto;
  margin-bottom: .2rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a .icon {
    width: .6rem;
    height: auto;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a span {
  display: block;
  font-weight: 700;
  font-size: 0.22rem;
  line-height: 0.3rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li a span {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-subject .zjhz-seven-block .zjhz-seven-subject .zjhz-seven-subject-right ul li + li {
  margin-bottom: 0;
}

.zjhz-subject .zjhz-eighth-block {
  width: 100%;
  background-size: 100% auto;
  min-height: 12rem;
  position: relative;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-eighth-block {
    min-height: 5.5rem;
    overflow: hidden;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-eighth-block {
    min-height: 6.2rem;
    overflow: hidden;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-eighth-block {
    min-height: 9rem;
    overflow: hidden;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-eighth-block {
    min-height: 10rem;
    overflow: hidden;
  }
}

.zjhz-subject .zjhz-eighth-block::before, .zjhz-subject .zjhz-eighth-block::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.zjhz-subject .zjhz-eighth-block::before {
  background: url(periodical-bg.png) no-repeat center top;
  background-size: 100% auto;
}

.zjhz-subject .zjhz-eighth-block::after {
  background: url(wavygrain.png) no-repeat center bottom;
  background-size: 100% auto;
  z-index: 1;
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre {
  padding: 1.37rem 0 0 0;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre {
    padding-top: .36rem;
  }
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .module-title {
  align-items: flex-start;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .module-title {
    padding: 0 .24rem;
  }
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .module-title .module-title-left .translate {
  color: #ffffff;
  z-index: 8;
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .module-title .module-title-more {
  margin-top: .9875rem;
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .lamplight {
  width: calc( 100% - 1.14rem);
  height: 6.23rem;
  background: url(lamplight.png) no-repeat center right;
  position: absolute;
  top: 0.28rem;
  left: -0.18rem;
  z-index: 2;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .lamplight {
    top: -0.5rem;
  }
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .AuthorZhejiang {
  width: 9.46rem;
  height: auto;
  margin-left: 3.43rem;
  margin-top: -0.7rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 320px) and (max-width: 480px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .AuthorZhejiang {
    margin-left: .24rem;
    margin-top: 0;
    width: 52%;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .AuthorZhejiang {
    margin-left: .24rem;
    margin-top: 0;
    width: 52%;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .AuthorZhejiang {
    width: 52%;
    margin-left: 1.24rem;
    margin-top: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .AuthorZhejiang {
    width: 52%;
    margin-left: 1.24rem;
    margin-top: 0;
  }
}

.zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .pen {
  width: 1.75rem;
  height: 5.84rem;
  background: url(pen.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: .3rem;
  top: 2.38rem;
  z-index: 1;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-eighth-block .zjhz-eighth-block-centre .pen {
    width: 1.5rem;
    height: 5.04rem;
    top: 1.52rem;
  }
}

.zjhz-subject .zjhz-ninth-block {
  background: url(writer_ninth12.png) no-repeat center top;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block {
    background-color: #E8D08B;
    margin-bottom: 0;
  }
}

.zjhz-subject .zjhz-ninth-block .zjhz-ninth-block-centre {
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block {
    width: 100%;
    padding: 0 .24rem .24rem;
  }
}

.zjhz-subject .zjhz-ninth-block .module-title {
  position: absolute;
  left: 3rem;
  top: -1.2rem;
  z-index: 9;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .module-title {
    left: 2.26rem;
  }
}

.zjhz-subject .zjhz-ninth-block .module-title .translate {
  color: #EBEBEB;
}

.zjhz-subject .zjhz-ninth-block .zjhz-ninth-subject-top {
  margin-bottom: .72rem;
  position: relative;
  min-height: 2.15rem;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .zjhz-ninth-subject-top {
    margin-bottom: .3rem;
    min-height: 3.15rem;
  }
}

.zjhz-subject .zjhz-ninth-block .book-details {
  width: 100%;
  /* overflow: hidden; */
  position: absolute;
  left: 0;
  top: -0.68rem;
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .book-details .swiper-slide {
    justify-content: flex-start;
  }
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-left {
  width: 2.7rem;
  height: 3.6rem;
  background: transparent;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-left {
    width: 2rem;
    height: 2.66rem;
  }
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right {
  width: calc( 100% - 3rem);
  padding-top: .98rem;
  margin-left: .3rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right {
    width: calc( 100% - 2.54rem);
  }
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  justify-content: flex-start;
  flex-direction: column;
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-name span {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #72633b;
  font-weight: 700;
  margin-right: .3rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-name span {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin-right: 0;
  }
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-name span:first-child {
  font-size: 0.24rem;
  color: #333333;
  margin-bottom: .1rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-name span:first-child {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
}

.zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-digest {
  color: #333333;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .book-details .swiper-slide .book-details-right .book-digest {
    font-size: 0.28rem;
    line-height: 0.38rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.zjhz-subject .zjhz-ninth-block .newBookRecommend {
  margin-left: 3.2rem;
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .newBookRecommend {
    margin-left: 0;
  }
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .newBookRecommend .swiper-wrapper {
    overflow-x: auto;
  }
}

.zjhz-subject .zjhz-ninth-block .newBookRecommend .swiper-slide {
  width: 1.8rem;
  height: 2.4rem;
  margin-right: .85rem;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.zjhz-subject .zjhz-ninth-block .newBookRecommend .swiper-slide:hover {
  transform: translateY(-0.42rem);
}

@media (max-width: 1199px) {
  .zjhz-subject .zjhz-ninth-block .newBookRecommend .swiper-slide {
    margin-right: .2rem;
    flex-shrink: 0;
  }
}

.writer-introduce {
  overflow: hidden;
}

@media (max-width: 1199px) {
  .writer-introduce {
    margin-bottom: .24rem;
  }
}

.writer-introduce .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.writer-introduce .swiper-slide .writer-introduce-left {
  width: calc(100% - 3.3rem);
  color: #ffffff;
}

@media (max-width: 1199px) {
  .writer-introduce .swiper-slide .writer-introduce-left {
    width: calc(100% - 1.75rem);
  }
}

.writer-introduce .swiper-slide .writer-introduce-left .title {
  font-size: 0.2rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 0.28rem;
}

@media (max-width: 1199px) {
  .writer-introduce .swiper-slide .writer-introduce-left .title {
    font-size: 0.3rem;
  }
}

.writer-introduce .swiper-slide .writer-introduce-left .title::after {
  margin-top: .2rem;
  content: '';
  display: block;
  width: 1.068rem;
  height: .03rem;
  background: linear-gradient(90deg, #d9bc6c 0%, #808080 100%);
}

.writer-introduce .swiper-slide .writer-introduce-left .details {
  opacity: 0.61;
  font-size: 0.18rem;
  line-height: 0.32rem;
}

@media (max-width: 1199px) {
  .writer-introduce .swiper-slide .writer-introduce-left .details {
    font-size: 0.3rem;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
}

.writer-introduce .swiper-slide .writer-introduce-left .more a {
  color: #E4C778;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 0.28rem;
  display: block;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

@media (max-width: 1199px) {
  .writer-introduce .swiper-slide .writer-introduce-left .more a {
    font-size: 0.26rem;
    line-height: 0.42rem;
  }
}

.writer-introduce .swiper-slide .writer-introduce-left .more a i {
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.writer-introduce .swiper-slide .writer-introduce-left .more a:hover {
  color: #E4C778 !important;
}

.writer-introduce .swiper-slide .writer-introduce-left .more a:hover i {
  display: inline-block;
  transform: translateX(0.1rem);
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.writer-introduce .swiper-slide .writer-introduce-right {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 1199px) {
  .writer-introduce .swiper-slide .writer-introduce-right {
    width: 1.75rem;
    height: 1.68rem;
  }
}

.writer-introduce .swiper-slide .writer-introduce-right img {
  display: block;
  width: 100%;
}

.writer-list {
  overflow: hidden;
  margin: .3rem 1.27rem 0 .55rem;
  padding-bottom: .5rem;
}

@media (max-width: 1199px) {
  .writer-list {
    margin: 0 .36rem;
    padding-bottom: 0;
  }
}

.writer-list .swiper-slide .slide-img {
  height: 2.15rem;
  overflow: hidden;
  border-radius: 0 .5rem 0 .5rem;
  margin-bottom: .3rem;
}

@media (min-width: 320px) and (max-width: 480px) {
  .writer-list .swiper-slide .slide-img {
    height: 2.4rem;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .writer-list .swiper-slide .slide-img {
    height: 2.7rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .writer-list .swiper-slide .slide-img {
    height: 3rem;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  .writer-list .swiper-slide .slide-img {
    height: 3.3rem;
  }
}

.writer-list .swiper-slide a {
  display: block;
}

.writer-list .swiper-slide a img {
  height: 100%;
  object-fit: cover;
}

.writer-list .swiper-slide a span {
  display: block;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

@media (max-width: 1199px) {
  .writer-list .swiper-slide a span {
    font-size: 0.3rem;
    line-height: 0.42rem;
  }
}

.zjhz-second-block-right-bottom {
  position: relative;
}

.zjhz-second-block-right-bottom .writerList-button-next,
.zjhz-second-block-right-bottom .writerList-button-prev {
  width: .17rem;
  height: .35rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  opacity: 0.29;
}

.zjhz-second-block-right-bottom .writerList-button-next {
  background: url("writer_next.png") no-repeat;
  background-size: cover;
  right: .75rem;
}

@media (max-width: 1199px) {
  .zjhz-second-block-right-bottom .writerList-button-next {
    right: 0;
  }
}

.zjhz-second-block-right-bottom .writerList-button-prev {
  background: url("writer_prev.png") no-repeat;
  background-size: cover;
  left: 0;
}

.zjhz-second-block-right-bottom .writerListSwiper {
  margin-top: -0.6rem;
}

.text-list li a {
  display: block;
  color: #444;
  font-size: 0.16rem;
  font-weight: 700;
  line-height: 0.36rem;
  padding-left: .2rem;
  background: url(writer_thirdly6.png) no-repeat left center;
  background-size: 0.3125vw auto;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.text-list li a:hover {
  padding-left: 0.7813vw;
}

.photo-wall {
  height: 3.6rem;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: .35rem;
  position: relative;
}

.photo-wall .photo-item {
  position: absolute;
  top: 0;
  left: 0;
  width: .9rem;
  height: 1.2rem;
  padding: .05rem;
  background-color: rgba(255, 255, 255, 0.2);
  overflow: hidden;
}

.photo-wall .photo-item a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}

.photo-wall .photo-item a img {
  height: 100%;
  object-fit: cover;
  -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.photo-wall .photo-item a img:hover {
  transform: scale(1.1);
}

.photo-wall .photo-item:nth-child(1) {
  top: .83rem;
}

.photo-wall .photo-item:nth-child(2) {
  top: .43rem;
  left: .9rem;
}

.photo-wall .photo-item:nth-child(3) {
  top: 1.03rem;
  left: 1.8rem;
}

.photo-wall .photo-item:nth-child(4) {
  top: .6rem;
  left: 2.7rem;
}

.photo-wall .photo-item:nth-child(5) {
  top: 1.20rem;
  left: 3.6rem;
}

.photo-wall .photo-item:nth-child(6) {
  top: .83rem;
  left: 4.5rem;
}

.photo-wall .photo-item:nth-child(7) {
  top: .08rem;
  left: 5.4rem;
}

.photo-wall .photo-item:nth-child(8) {
  top: 1.03rem;
  left: 6.3rem;
}

.photo-wall .photo-item:nth-child(9) {
  top: .83rem;
  left: 7.2rem;
}

.photo-wall .photo-item:nth-child(10) {
  top: 1.63rem;
  left: 8.1rem;
}

.photo-wall .photo-item:nth-child(11) {
  top: 1.17rem;
  left: 9.0rem;
}

.photo-wall .photo-item:nth-child(12) {
  top: 2.03rem;
  left: 0;
}

.photo-wall .photo-item:nth-child(13) {
  top: 1.63rem;
  left: .9rem;
}

.photo-wall .photo-item:nth-child(14) {
  top: 2.23rem;
  left: 1.8rem;
}

.photo-wall .photo-item:nth-child(15) {
  top: 1.8rem;
  left: 2.7rem;
}

.photo-wall .photo-item:nth-child(16) {
  top: 2.4rem;
  left: 3.6rem;
}

.photo-wall .photo-item:nth-child(17) {
  top: 2.03rem;
  left: 4.5rem;
}

.photo-wall .photo-item:nth-child(18) {
  top: 1.28rem;
  left: 5.4rem;
}

.photo-wall .photo-item:nth-child(19) {
  top: 2.48rem;
  left: 5.4rem;
}

.photo-wall .photo-item:nth-child(20) {
  left: 6.3rem;
  top: 2.23rem;
}

.photo-wall .photo-item:nth-child(21) {
  top: 2.03rem;
  left: 7.2rem;
}

.photo-wall .photo-item:nth-child(22) {
  top: 2.37rem;
  left: 9rem;
}

.zjhz-footer {
  position: relative;
  z-index: 999;
  width: 100%;
  min-height: 1.57rem;
  background-color: #154293;
  background: url(footer-bg.png) no-repeat left center #ffffff;
  background-size: 100% auto;
}

@media (max-width: 1199px) {
  .zjhz-footer {
    background: #154293;
  }
}

.zjhz-footer .zjhz-footer-center {
  color: #ffffff;
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.38rem;
  padding-top: .43rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .zjhz-footer .zjhz-footer-center {
    font-size: 0.28rem;
    line-height: 0.4rem;
    text-align: center;
  }
}

.zjhz-footer .zjhz-footer-center a {
  color: #ffffff;
}

.zjhz-footer .zjhz-footer-center .zjhz-footer-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .zjhz-footer .zjhz-footer-center .zjhz-footer-left {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.zjhz-footer .zjhz-footer-center .zjhz-footer-left .QRcode {
  width: 0.74rem;
  margin-right: .3691rem;
}

@media (max-width: 1199px) {
  .zjhz-footer .zjhz-footer-center .zjhz-footer-right {
    width: 100%;
  }
}

.zjhz-footer .zjhz-footer-center .zjhz-footer-characteristic {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -.28rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media (max-width: 1199px) {
  .zjhz-footer .zjhz-footer-center .zjhz-footer-characteristic {
    display: none;
  }
}

.zjhz-footer .zjhz-footer-center .zjhz-footer-characteristic .seal {
  width: .55rem;
  margin-bottom: .34rem;
}

.zjhz-footer .zjhz-footer-center .zjhz-footer-characteristic .characteristic2 {
  width: 1.32rem;
}
